projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a212c7
)
Fix .travis.yml
author
Justin Burkett
<justin@burkett.cc>
Wed, 13 Dec 2017 18:06:55 +0000
(13:06 -0500)
committer
Justin Burkett
<justin@burkett.cc>
Wed, 13 Dec 2017 18:06:55 +0000
(13:06 -0500)
Didn't install cask
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 9da955d6225042e6841390497c9f876ed14684d4..918e5f19e925d1c4af2947893b16d8fabbe8ead7 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-9,9
+9,11
@@
env:
before_install:
- git clone https://github.com/rejeep/evm.git $HOME/.evm
- - export PATH=$HOME/.evm/bin:$PATH
+ - export PATH="$HOME/.evm/bin:$PATH"
+ - export PATH="$HOME/.cask/bin:$PATH"
- evm config path /tmp
- evm install $EVM_EMACS --use --skip
+ - curl -fsSkL https://raw.github.com/cask/cask/master/go | python
matrix:
fast_finish: true